home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / ds3100.md / RCS / syncStubs.s,v < prev    next >
Encoding:
Text File  |  1990-04-27  |  1.5 KB  |  71 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @| @;
  7.  
  8.  
  9. 1.2
  10. date     90.04.27.12.18.00;  author shirriff;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.07.11.19.52.18;  author nelson;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @Initial code from DECWRL.
  22. @
  23.  
  24.  
  25. 1.2
  26. log
  27. @Added system V semaphore system calls.
  28. @
  29. text
  30. @/*
  31.  *
  32.  * syncStubs.s --
  33.  *
  34.  *     Stubs for the Sync_ system calls.
  35.  *
  36.  * Copyright 1986, 1988 Regents of the University of California
  37.  * Permission to use, copy, modify, and distribute this
  38.  * software and its documentation for any purpose and without
  39.  * fee is hereby granted, provided that the above copyright
  40.  * notice appear in all copies.  The University of California
  41.  * makes no representations about the suitability of this
  42.  * software for any purpose.  It is provided "as is" without
  43.  * express or implied warranty.
  44.  *
  45.  * rcs = $Header: /sprite/src/lib/c/syscall/ds3100.md/RCS/syncStubs.s,v 1.1 89/07/11 19:52:18 nelson Exp Locker: shirriff $ SPRITE (Berkeley)
  46.  *
  47.  */
  48.  
  49. #include "userSysCallInt.h"
  50.  
  51. SYS_CALL(Sync_WaitTime, SYS_SYNC_WAITTIME)
  52. SYS_CALL(Sync_SlowLockStub, SYS_SYNC_SLOWLOCK)
  53. SYS_CALL(Sync_SlowWaitStub, SYS_SYNC_SLOWWAIT)
  54. SYS_CALL(Sync_SlowBroadcast, SYS_SYNC_SLOWBROADCAST)
  55. SYS_CALL(Sync_Semctl, SYS_SYNC_SEMCTL)
  56. SYS_CALL(Sync_Semget, SYS_SYNC_SEMGET)
  57. SYS_CALL(Sync_Semop, SYS_SYNC_SEMOP)
  58. @
  59.  
  60.  
  61. 1.1
  62. log
  63. @Initial revision
  64. @
  65. text
  66. @d16 1
  67. a16 1
  68.  * rcs = $Header: syncStubs.s,v 1.1 89/06/20 18:40:37 mnelson Exp $ SPRITE (Berkeley)
  69. d26 3
  70. @
  71.